home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / findgraph / fgraph.exe / {app} / Appr / distline.txt < prev    next >
Text File  |  2004-07-02  |  1KB  |  34 lines

  1.  POLI_N.DLL
  2.  Plugin for FindGraph.exe (www.uniphiz.com/findgraph.htm)
  3.  *
  4.  **************************************************************
  5.  
  6.  How to use: 
  7.     Place DISTLINE.DLL in the program FindGraph subfolder "Appr".
  8.     Start FundGraph.
  9.     Start The Wizard of approximation.
  10.     On step 2 select 'User defined function'.
  11.     If all right, on step 3 your function will appear in list.
  12.  
  13.  Approximation function:
  14.     V(U) = A0 + A1*U + ... +An*U^N
  15.         Find the line that minimizes the perpendicular distance 
  16.         between line and points.
  17.     This is so called 'Deming regression'. It fits a polynomial 
  18.         line assuming equal experimental errors in both U and V. 
  19.         In contrast, ordinary regression assumes that the U values 
  20.         are known precisely and all the experimental error is in V.
  21.     Important, U and V must be in the same units. 
  22.  
  23.  Parameters:
  24.     If 1, fixed point (U0, V0) on resulting line.
  25.     N = pow of polynomial approximation in limits from 0 to +4
  26.  
  27.  Example: 
  28.         N=1, U0=0, V0=0
  29.     V(U) = A0 + A1*U
  30.  
  31.  Questions:
  32.        Sergey Vasilyev
  33.        serg@uniphiz.com
  34.